home *** CD-ROM | disk | FTP | other *** search
- //╔══════════════════════════════════════════════════════════════════════════╗
- //║ UPDATE LOG: DEBUG.H ║
- //║ ║
- //║ date update by description ║
- //║ ──── ───────── ─────────── ║
- //║ ║
- //║ ║
- //║ ║
- //║ ║
- //╚══════════════════════════════════════════════════════════════════════════╝
-
- #ifndef _DEBUG_H_INCLUDED
- #define _DEBUG_H_INCLUDED
-
- #define DEBUGGING 0 // set to 1 to use alternate keyboard
- // routines for when you want to debug
- #endif
-
-
-